Objective Status banner
th3vib3coder th3vib3coder

Objective Status

Development community

Description

--- description: Read objective state, events, blocker, digest, and resume metadata allowed-tools: Read, Bash model: sonnet dispatch: module: environment/objectives/cli.js export: statusObjectiveCommand scope: objective-status wrappedByMiddleware: false --- # /objective status ## Purpose Expose the canonical objective state without mutating lifecycle data. ## Invocation ```bash node bin/vre objective status --objective <objective-id> ``` ## Arguments - `--objective <objective-id>`

Installation

Installs to ~/.claude/skills/th3vib3coder-vibe-research-environment-objective-status/SKILL.md

Terminal
mkdir -p ~/.claude/skills/th3vib3coder-vibe-research-environment-objective-status && curl -fsSL https://raw.githubusercontent.com/th3vib3coder/vibe-research-environment/HEAD/commands/objective status.md -o ~/.claude/skills/th3vib3coder-vibe-research-environment-objective-status/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository